Skip to content

Conversation

nikoscham
Copy link
Member

Improve Frontal solver

…e handling; remove unused variables and improve boundary condition application
…dling; streamline boundary condition application and remove debug logging
…r stiffness matrix assembly and improve code clarity
…ethods to use 'Front' suffix and streamline application in frontal solver
- Updated comments in `genericBoundaryConditionsScript.js`, `solidHeatTransferScript.js`, and `thermalBoundaryConditionsScript.js` to clarify the terminology used for residual and Jacobian matrices.
- Renamed variables in `solidHeatTransferScript.js` and `thermalBoundaryConditionsScript.js` to use `localJacobianMatrix` and `residualVector` for clarity and consistency across the codebase.
- Ensured that all references to stiffness/conductivity matrices and load vectors are aligned with the new naming conventions.
…al solver; update parameter names for clarity in thermal boundary conditions methods
…; update comments for clarity in frontal solver
…enhance clarity by removing redundant context
…mprove clarity by differentiating logged data based on mesh dimension
…nology from "constant temperature" to "Dirichlet-type" and "convection" to "Robin-type"
…eamline mapping logic for clarity and efficiency
…ripts; enhance clarity and consistency in boundary condition handling
….1.3

- Removed unused `logSystem` import from various example scripts.
- Updated version number in `package-lock.json` and `index.js`.
- Refactored `printVersion` function to `printVersionInformation` for clarity.
- Added error logging for unsupported 1D front propagation in `frontPropagationScript.js`.
- Cleaned up import statements for better readability in `FEAScript.js`.
@nikoscham nikoscham self-assigned this Oct 2, 2025
@nikoscham nikoscham merged commit d036587 into main Oct 2, 2025
@nikoscham nikoscham deleted the feature/frontalSolver branch October 2, 2025 06:43
@nikoscham nikoscham linked an issue Oct 7, 2025 that may be closed by this pull request
3 tasks
@nikoscham nikoscham added the enhancement New feature or request label Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement frontal method for solving linear system

1 participant